home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Prog / D-G / DBWin 1.1.sit / DBWin 1.1 ƒ / AppleScript Developers / AppleScript ReadMe next >
Encoding:
Text File  |  1994-08-28  |  1.1 KB  |  32 lines  |  [TEXT/ttxt]

  1. DebugString for AppleScript!
  2.  
  3.  
  4. What is it?
  5.  
  6. DebugString is a background only Application which receives the AppleScript command "DebugString."  Using this Application you can easily use DBWIN App and from your Applescripts to help debug them. 
  7.  
  8. How Do I use it?
  9.  
  10. Place the application named "DebugString" into the same folder as the AppleScript you want to use it in.    Then make sure that DBWIN is running (if it is not, nothing happens) and use the following to make it call DBWin:
  11.  
  12.     tell application "DebugString"
  13.             DebugString ("This is a String to be output via DBWIN App.")
  14.     end tell
  15.  
  16. Check the example script in this folder for a better example, and a function for making this only one line of script for each string.
  17.  
  18. Why Not just make the DBWin App AppleScriptable?  
  19.  
  20. Since you can only run ONE copy of DBWin App, I thought by making another application which the script calls, that it would save me some headaches. Maybe in the future I'll make DBWin App AppleScriptable.
  21.  
  22.  
  23.  
  24. Anyway that's it.  This application is also freeware so long as you give away only the original compressed file.  
  25.  
  26.  
  27. Sean Hummel
  28.  
  29. seanh@halcyon.com (preferred)
  30. draino@aol.com
  31.  
  32.